289688d5bb70454610ba59efd8b9788bd8dcc3bb
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2022-09-26T17:20:05Z"
5  content="""
6 I can reproduce this by running eg:
7
8         joey@darkstar:~/tmp/torrepo>git-annex init
9         init  ok
10         joey@darkstar:~/tmp/torrepo>su -c "git-annex --debug enable-tor 1000"
11         Password:
12         git-annex: This can only be run in a git-annex repository.
13
14 This was broken by git's security fix for CVE-2022-24765. Now when the root
15 process tries to run `git config --list`, git does not display the local
16 .git/config, because it is owned by another user.
17 """]]